home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
.net 2002 March
/
DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin
/
pc
/
PC Software
/
free_browsing
/
DavesQckSearchDbar3-14
/
dqsd.exe
/
searches
/
fe.xml
< prev
next >
Wrap
Text File
|
2002-08-30
|
1KB
|
39 lines
<search function="fe">
<name>The File Extension Source</name>
<description>
Lookup the meaning of Windows/DOS file extensions.<br/>
<div class="helpboxDescLabels">Usage:</div>
<table class="helpboxDescTable">
<tr><td>fe {[a..z] | num | sym }</td></tr>
</table>
<div class="helpboxDescLabels">Example:</div>
<table class="helpboxDescTable">
<tr><td>fe D</td></tr>
<tr><td>fe sym</td></tr>
</table>
</description>
<category>Computers</category>
<link>http://www.filext.com/</link>
<script><![CDATA[
function fe(q)
{
if( nullArgs("fe",q) )
return false;
else
{
q = q.toLowerCase();
if ( /^[a-z]$/i.test(q) || ( q == 'sym' ) || ( q == 'num' ) )
openSearchWindow("http://www.filext.com/" + q + ".htm");
else
nullArgs("fe","?");
}
}
]]></script>
<copyright>
Copyright (c) 2002 David Bau
Distributed under the terms of the
GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
</copyright>
</search>